- [
signature(x = "itemMatrix", i = "ANY", j = "ANY", drop= "ANY")
; extracts parts of an itemMatrix
.
The first argument selects rows (e.g., transactions or rules)
and the second argument selects columns (items).
Either argument can be omitted to select all rows or columns.
- [
signature(x = "itemsets", i = "ANY", j = "ANY", drop= "ANY")
; extracts a subset of itemsets and the associated quality measures.
j
has to be missing.
- [
signature(x = "rules", i = "ANY", j = "ANY", drop= "ANY")
; extracts a subset of rules and the associated quality measures.
j
has to be missing.
- [
signature(x = "transactions", i = "ANY", j = "ANY", drop= "ANY")
; extracts a subset of transactions/items from a transactions object
(a binary incidence matrix).
i
and j
can be numeric where
i
selects transactions and
j
selects items.
- [
signature(x = "tidLists", i = "ANY", j = "ANY", drop= "ANY")
; extracts parts (transaction ID vectors) from tidLists
.
i
selects the items or itemsets
and j
selects transactions in the lists.